home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 5
/
CU Amiga Magazine's Super CD-ROM 05 (1996)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1996-12].iso
/
cucd
/
programming
/
powervisor
/
pvdevelop
/
pvdevelop.lha
/
Lib
/
Source
/
PVCPrintNum.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1991-09-16
|
194 b
|
18 lines
SECTION "code",CODE
INCLUDE "PVCallStub.i"
XDEF _PVCPrintNum
_PVCPrintNum:
movem.l a6,-(a7)
GETPVBASE
move.l 8(a7),d0
move.l PVCPrintNum(a6),a6
jsr (a6)
movem.l (a7)+,a6
rts
END